From: Simon McVittie Date: Thu, 2 Nov 2023 14:26:53 +0000 (+0000) Subject: d/rules: Remove remnants of generating d/control from d/control.in X-Git-Tag: archive/raspbian/4.12.4+ds-3+rpi1^2~29 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=27276d17d360c800bb2c25959c5ca78410a28b44;p=gtk4.git d/rules: Remove remnants of generating d/control from d/control.in --- diff --git a/debian/control b/debian/control index 48066c0a5a..915aae2061 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: adwaita-icon-theme , dh-exec, fonts-cantarell , fonts-noto-core , - gnome-pkg-tools, gobject-introspection (>= 1.76.0), gsettings-desktop-schemas , iso-codes , diff --git a/debian/rules b/debian/rules index 3d685e46e9..aaac48df4b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -DISABLE_UPDATE_UPLOADERS = 1 -include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/dpkg/default.mk include /usr/share/dpkg/pkg-info.mk @@ -64,7 +62,6 @@ debian/%: debian/%.in -e "s#@MEDIA_FFMPEG_PKG@#$(MEDIA_FFMPEG_PKG)#g" \ -e "s#@EXAMPLES_PKG@#$(EXAMPLES_PKG)#g" \ -e "s#@TESTS_PKG@#$(TESTS_PKG)#g" \ - -e "s#@GNOME_TEAM@#$(UPLOADERS)#g" \ -e "s#@LIBDIR@#$(LIBDIR)#g" \ -e "s#@MODULES_BASE_PATH@#$(MODULES_BASE_PATH)#g" \ -e "s#@DEB_VERSION_UPSTREAM@#$(DEB_VERSION_UPSTREAM)#g" \